Skip to main content

Replace in Text

REPLACE_TEXT

Replaces text in a string.

Parameters

  • text (String): The source text
  • searchFor (String): This is what you want to replace
  • replaceWith (String): .... with this.

Returns

The replaced text